learning architecture and application udemy
Deep Learning Architectures and Applications Udemy
This video course presents deep learning architectures coded in Python using Keras, a modular neural network library that runs on top of either Google's TensorFlow or Lisa Lab's Theano backends. This video course introduces Generative Adversarial Networks (GANs) that are used to reproduce synthetic data that looks like data generated by humans, and then teach how to forge the MNIST and CIFAR-10 dataset with the help of Keras Adversarial GANs. Practical applications include code for predicting the surrounding words given the current word, sentiment analysis, and synthetic generation of texts. We will learn about a specific form of word embedding word2vec. This embedding has proven more effective and has been widely adopted in the deep learning and NLP communities.